home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2003 March / Practical Internet Issue 78.iso / pc / PracticalInternet.exe / scripts / DefineButton2_69 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-02-06  |  201 b   |  12 lines

  1. on(release){
  2.    tellTarget("../../CreditsConsole")
  3.    {
  4.       gotoAndStop("ActiveMenu");
  5.    }
  6.    tellTarget("../../menu" add _name)
  7.    {
  8.       gotoAndStop("JumpPoint");
  9.       play();
  10.    }
  11. }
  12.